ScanResults
class ScanResults(results: List<ScanRecord> = emptyList(), unknownFields: ByteString = ByteString.EMPTY) : Message<ScanResults, Nothing>
Functions
Link copied to clipboard
fun copy(results: List<ScanRecord> = this.results, unknownFields: ByteString = this.unknownFields): ScanResults
Link copied to clipboard
Link copied to clipboard